home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / Graphics / Chartsmith.dmg.sit / Chartsmith.dmg / Chartsmith / Chartsmith.app / Contents / Resources / ArrowEnd.tiff < prev    next >
Encoding:
Text File  |  2004-03-16  |  1.2 KB  |  40 lines

  1. sPanel = id; 
  2.                 saveAsImageAccessoryView = id; 
  3.                 server = id; 
  4.                 sizePanel = id; 
  5.                 toolsSubmenu = id; 
  6.                 unitsPopup = id; 
  7.                 versionText = id; 
  8.                 widthText = id; 
  9.             }; 
  10.             SUPERCLASS = NSObject; 
  11.         }, 
  12.         {
  13.             CLASS = DocumentController; 
  14.             LANGUAGE = ObjC; 
  15.             SUPERCLASS = NSDocumentController; 
  16.         }, 
  17.         {
  18.             ACTIONS = {
  19.                 bringToFront = id; 
  20.                 pasteSpecial = id; 
  21.                 positionSelCenter = id; 
  22.                 positionSelLeft = id; 
  23.                 positionSelRight = id; 
  24.                 saveChartAsImage = id; 
  25.                 selectLabelsOnly = id; 
  26.                 sendToBack = id; 
  27.                 toggleYAxisForSeries = id; 
  28.             }; 
  29.             CLASS = FirstResponder; 
  30.             LANGUAGE = ObjC; 
  31.             SUPERCLASS = NSObject; 
  32.         }, 
  33.         {
  34.             CLASS = PaletteView; 
  35.             LANGUAGE = ObjC; 
  36.             OUTLETS = {myController = id; }; 
  37.             SUPERCLASS = NSImageView; 
  38.         }, 
  39.         {
  40.             CLASS = PaletteViewControl